home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / objam01.lha / objam / runtime / include / proto / objc.h
Encoding:
C/C++ Source or Header  |  1994-12-28  |  319 b   |  19 lines

  1. /*
  2. ** ObjectiveAmiga: objc.library protos
  3. ** See GNU:lib/libobjam/ReadMe for details
  4. */
  5.  
  6.  
  7. #ifndef PROTO_OBJC_H
  8. #define PROTO_OBJC_H
  9.  
  10. #include <clib/objc_protos.h>
  11. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  12. #include <inline/objc.h>
  13. #endif
  14. #ifndef __NOLIBBASE__
  15. extern struct ObjcBase *ObjcBase;
  16. #endif
  17.  
  18. #endif
  19.